Build w/ --parallel=N w.r.t parallel=N in $DEB_BUILD_OPTIONS (1 if unset);
authorPino Toscano <pino@debian.org>
Sun, 10 Nov 2024 16:26:52 +0000 (17:26 +0100)
committerPino Toscano <pino@debian.org>
Sun, 10 Nov 2024 16:26:52 +0000 (17:26 +0100)
commitd9d6521a49f9c0cbadde8d222d240f916bf0c636
tree01f0fffc22730baeeed6502c669206b05581b7c6
parent3fa073134332785d250e7dddf9f95550ee65f8ae
Build w/ --parallel=N w.r.t parallel=N in $DEB_BUILD_OPTIONS (1 if unset);

if --parallel=N is not passed, ninja will use all the available cores by
default, which is not what should be done by default.

Gbp-Dch: Full
debian/rules